Previous topicNext topic
Help > Keyword Reference >
GRAPHIC GET CAPTION statement

Purpose

Retrieves the caption from a Graphic Window.

Syntax

GRAPHIC GET CAPTION To CaptionVar$

Function form:

CaptionVar$ = GRAPHIC$(CAPTION)

Remarks

GRAPHIC GET CAPTION retrieves the text (if any) which is currently displayed as the caption of the selected Graphic Target. This area is also called the "title bar". A Graphic Window is the only form of Graphic Target which may have a caption, so other forms will return a null (zero-length) string.

See also

GRAPHIC SET CAPTION, GRAPHIC WINDOW